SelectedItemOffset Property (FlexPieBase<T>)
In This Topic
Gets or sets the offset of the selected slice from the pie center.
Syntax
'Declaration
Public Property SelectedItemOffset As System.Single
'Usage
Dim instance As FlexPieBase(Of T)
Dim value As System.Single
instance.SelectedItemOffset = value
value = instance.SelectedItemOffset
public System.float SelectedItemOffset {get; set;}
public read-write property SelectedItemOffset: System.Single;
public function get,set SelectedItemOffset : System.float
public: __property System.float get_SelectedItemOffset();
public: __property void set_SelectedItemOffset(
System.float value
);
public:
property System.float SelectedItemOffset {
System.float get();
void set ( System.float value);
}
See Also